home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 April
/
CHIP CD (4 - 2007).iso
/
beeld
/
3d
/
ArtOfIllusion24-Mac.dmg
/
Art of Illusion
/
ArtOfIllusion.jar
/
bsh
/
commands
/
setClassPath.bsh
< prev
next >
Wrap
Text File
|
2005-05-23
|
321b
|
15 lines
/**
Change the classpath to the specified array of directories and/or archives.
<p>
See "Class Path Management" for details.
@method void setClassPath( URL [] )
*/
bsh.help.setClassPath= "usage: setClassPath( URL [] )";
void setClassPath( urls ) {
this.caller.namespace.getClassManager().setClassPath( urls );
}